object MoveForm: TMoveForm Left = 756 Top = 103 BorderStyle = bsDialog Caption = 'Move' ClientHeight = 307 ClientWidth = 185 Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 8 Top = 8 Width = 169 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Select Location' end object DirectoryListBox1: TDirectoryListBox Left = 8 Top = 32 Width = 169 Height = 193 ItemHeight = 16 TabOrder = 0 end object RzPanel1: TRzPanel Left = 0 Top = 262 Width = 185 Height = 45 BevelSides = [sdTop] BorderSides = [] Align = alBottom BevelInner = bvLowered TabOrder = 1 object BitBtn1: TBitBtn Left = 8 Top = 8 Width = 81 Height = 33 TabOrder = 0 Kind = bkOK end object BitBtn2: TBitBtn Left = 96 Top = 8 Width = 81 Height = 33 TabOrder = 1 Kind = bkCancel end end object DriveComboBox1: TDriveComboBox Left = 8 Top = 232 Width = 169 Height = 22 DirList = DirectoryListBox1 TabOrder = 2 end end